home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / WINDOWS / PRINTERS / PTRE31 / PRNTRE31.DOC next >
Text File  |  1993-06-29  |  6KB  |  162 lines

  1.  
  2.  
  3.  
  4.  
  5. Program Name:   Print Tree (Windows) Version 3.1
  6.  
  7. Copyright:      Copyright 1991-1993, Edmond, Oklahoma
  8.  
  9. Author:         Charles H Fisher Jr
  10.  
  11. Version Date:   6/29/93
  12.  
  13.  
  14.  
  15. /********************************************************** /
  16.  
  17.  
  18.  
  19.             About The Program:
  20.  
  21. Print your disk drive directory tree! No more trying to
  22. remember where the heck you buried that file three
  23. sub-directories deep - SEE IT! You select one of the active
  24. drives from the Select menu. Next the program reads every file,
  25. including deleted and hidden files and saves all active
  26. directory and sub-directory entries. It then formats them into a
  27. memory page and prints out the "picture" of the directory tree
  28. via the Windows GDI. You may then print the tree on your
  29. printer, if you wish. Additional options include changing font
  30. size to squeeze more tree on a page, bold type, and top margin
  31. setting. A complete on-line help file using the Windows Help
  32. System is available.
  33.  
  34.  
  35.  
  36. To use this program you will need:
  37.  
  38.     *A 386 or higher CPU,
  39.     *Windows version 3.1 (@ Microsoft, Inc.) or higher,
  40.     *Disk drives or partitions up to Drive Z, DOS Version 3.0 & up,
  41.     *Dot matrix, laser, or ink-jet printer and current versions of
  42.         the Windows printer drivers.
  43.  
  44. A mouse device is optional.
  45.  
  46.  
  47.  
  48.         Installing Print Tree
  49. First, if you have received this in the archived version ( a
  50. file named PTRE31.ZIP) , you will have to unZIP the files with
  51. the famous PKUNZIP (@ PKWARE) into the directory where you keep
  52. your windows programs or utilities. Otherwise, you just copy the
  53. files with File Manager or from the DOS prompt. Then you will
  54. have to install it into a Windows program group. Please see your
  55. Windows User's Manual for the procedure for installing a program
  56. into a Windows program group.
  57.  
  58.  
  59.  
  60.  
  61.  
  62. The Legal Part:
  63.  
  64. 1. The author gives no guarantees with this program and assumes
  65. no liability for damages caused by use of, or non-use of this
  66. program. This program has been carefully checked for problems by
  67. the author; however, that does not mean that your copy may not
  68. contain some defect. The author will be glad to replace any
  69. malfunctioning copy of this program if you send a letter
  70. explaining the problem, and a blank disk.
  71.  
  72.  
  73.  
  74. 2. This is a shareware product. That means that you have up to
  75. thirty days to use this program and decide if you want to keep
  76. it. If not, simply erase any copies you may have. If you wish to
  77. keep and use this program (I certainly hope so!) then send check
  78. or money order for $15.00 along with the version number of the 
  79. copy you have, to:
  80.         
  81.         Window Wizard Software            
  82.         1306 Richmond Road
  83.         Edmond, OK 73034
  84.  
  85. This payment grants you one license to use the program. That is,
  86. one person may use it on all their personal machines, or only
  87. one copy may be placed on a single multi-user machine. For
  88. multi-user-multi-machine licenses, write me for a price break.
  89.         
  90.  ***************************************************************
  91.  *******  REGISTRATION WILL GET YOU *FREE* UPGRADES!!! *****
  92.  ***************************************************************
  93.  
  94. Please upload this program to any suitable bulletin board, and
  95. pass it amongst your friends. The name should be PRNTRE31.ZIP
  96. where you can use the full 8 characters in the name, or else
  97. PTRE31.ZIP. You must upload ALL files together, just as you got
  98. them in the original ZIP file. If you received an unzipped
  99. version, please archive the files into an appropriate ZIP file
  100. or LHARC file before passing it along via a  bulletin board, other- 
  101. wise the files may become separated.
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.             Version 2.1a
  110.  
  111. In version 2.1 I had to go back and rewrite the printer
  112. interface to solve some problems related to laser printers and
  113. the fact that the "standard" OEM_ FIXED _FONT wasn't. I received
  114. several enhancement requests from users and I wrote them into
  115. this version: on-screen viewing of the directory tree; printer
  116. on/off control; font sizing to squeeze more tree onto a page;
  117. alphabetizing of the tree entries; additional help screens; and
  118. a built in function to handle the registration codes, faster
  119. print routine, top margin control, and bold type. The 'a' sub-
  120. version corrected two small errors, one in documentation, one
  121. in the printer routine - a legacy of trying to do too many proj-
  122. ects at once.
  123.  
  124.  
  125.             Version 3.0
  126.  
  127. More user supplied suggestions: Reads all drives from A: to Z:,
  128. including floppies and removable media drives like Syquest.
  129. I also rewrote the entire 'read' function and it goes a
  130. lot faster now. It should also obviate problems found with 
  131. certain SmartDrive settings. I also rewrote the entire print routine
  132. and added font selection so you can use whichever fonts you have on
  133. board. In addition, registered copies save your font and page
  134. settings and use these settings on the next start-up so you don't
  135. have to reconfigure after each start-up.
  136.  
  137.  
  138.             Version 3.1
  139.  
  140. Changed the column alignment routine to overcome shortcomings in the way
  141. Windows reports character sizes to the program. Now the long names can't
  142. overlap. Added page boundary lines to the screen view. Fixed a minor 
  143. glitch in the registration reminder screen. Fixed a DOS related problem
  144. that caused the PRNTRE31.INI file to be saved to whatever the last accessed
  145. directory was. It now gets put into the Windows directory, always. A few
  146. other program clean ups in the code added some speed. Also, in this version
  147. I compiled in 32 bit code for a bit of a speed increase.
  148.  
  149.  /*************************************************************/
  150.  
  151. Please feel free to write me with any constructive criticisms
  152. about this program. This is a port from DOS. The original used
  153. Vitamin C text windows. Converting this to MS Windows 3 was a
  154. major learning experience, but one I thoroughly enjoyed. I'm
  155. moving all my primary programming into the Windows arena, now.
  156. If you have any pet programming projects, please send me your
  157. ideas. You can usually reach me by CompuServe EMAIL. My ID is
  158. 73407,3667.
  159.  
  160.               Chuck
  161.  
  162.